home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / archives / com / internet / sting / sting.lzh / STING / dialer / rem_ctrl / remctrl.h < prev    next >
Text File  |  1996-09-05  |  678b  |  24 lines

  1.  
  2. /**/
  3. /*     These are the codes for communication with the Dialer   */
  4. /*        (c) 1996  Peter Rottengatter                         */
  5. /**/
  6.  
  7. #define  IP_DIALER_PORT     'IP'
  8.  
  9. #define  BASE_NUM           'IP'
  10. #define  IP_DIAL_REQUEST    (BASE_NUM + 0)
  11. #define  IP_DIAL_HANGUP     (BASE_NUM + 1)
  12. #define  IP_DIAL_DONE       (BASE_NUM + 2)
  13. #define  IP_DIAL_ERROR      (BASE_NUM + 3)
  14.  
  15. #define  IP_DIAL_OK         -1
  16. #define  IP_IN_PROGRESS     1
  17. #define  IP_IS_CONNECTED    2
  18. #define  IP_SCR_NOT_FOUND   3
  19. #define  IP_PORT_LOCKED     4
  20. #define  IP_MAX_EXCEEDED    5
  21. #define  IP_FATAL_PROBLEM   6
  22. #define  IP_USER_ABORT      7
  23. #define  IP_OPEN_FAILED     8
  24.